projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b3250
)
(ex-compile-command): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 30 Aug 2002 11:02:10 +0000
(11:02 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 30 Aug 2002 11:02:10 +0000
(11:02 +0000)
lisp/emulation/viper-ex.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-ex.el
b/lisp/emulation/viper-ex.el
index f3de49c03d8ea69856c1a7592bfdac887a99f3d7..312357f321475682bf2a238f358f7e58e775dfc8 100644
(file)
--- a/
lisp/emulation/viper-ex.el
+++ b/
lisp/emulation/viper-ex.el
@@
-329,7
+329,7
@@
Don't put `-c' here, as it is added automatically."
:group 'viper-ex)
(defcustom ex-compile-command "make"
- "The comand to run when the user types :make."
+ "The com
m
and to run when the user types :make."
:type 'string
:group 'viper-ex)